home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Demos
/
Chiller Killers
/
Chiller
/
Chiller.DXR
/
00497.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-28
|
291 b
|
17 lines
on adit
global ads, lid, fx
set lid to random(10)
set fx to random(2)
puppetSound(7, 0)
if fx = 1 then
puppetSound(7, 125)
end if
if fx = 2 then
puppetSound(7, 93)
end if
if fx = 2 then
puppetSound(7, 167)
end if
put line lid of ads into field "advert"
end